Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
MySQL
1) Aggregate Functions
2) Backup Load
3) Command Mysql
4) Cursor
5) Data Type
6) Database
7) Date Time
8) Engine
9) Event
10) Flow Control
11) Fulltext Search
12) Function
13) Geometric
14) Insert Delete Update
15) Internationalization
16) Join
17) Key
18) Math
19) Procedure Function
20) Regular Expression
21) Select Clause
22) String
23) Table Index
24) Transaction
25) Trigger
26) User Permission
27) View
28) Where Clause
29) XML
Transaction
1) Cancel the transaction by issuing a ROLLBACK statement
2) Create a savepoint with a name
3) Get lock
4) Is lock free
5) Is used lock
6) Issue a BEGIN statement to suspend auto-commit mode, then issue the queries that make up the transaction
7) Locking Syntax
8) MySQL provides the @@autocommit system variable that allows you to view the current autocommit mode setting
9) Performing a Transaction
10) Release lock
11) ROLL Back to the save point
12) Rollback work
13) Setting the Transaction Isolation Level
14) Start a TRANSACTION
15) Statements That Automatically Commit Transactions
16) The following SET statement sets the autocommit mode to off
17) The ROLLBACK Statement
18) The ROLLBACK TO SAVEPOINT Statement
19) TRANSACTION and ROLLBACK
20) TRANSACTION and save point
21) Turn the autocommit mode back on
22) User transaction in table
23) Using the SET TRANSACTION Statement
24) Using TRANSACTION and COMMIT